home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / menuts / ezenglsh.arj / READTHIS.TOO < prev    next >
Text File  |  1994-04-01  |  9KB  |  211 lines

  1.  
  2.                         Welcome to EasyEnglish DOS DEMO!
  3.                         ════════════════════════════════
  4.  
  5.         To install the DEMO, simply run the SETUP.EXE program contained in
  6. this archive by typing SETUP <return>.
  7.  
  8.         The DEMO will then be installed into a directory called EZENGDOS on
  9. the drive you specify during the installation.  The DEMO will occupy
  10. approximately 400K of disk space on your hard disk.  The ONLY modification to
  11. your PC's setup will be the addition of this directory to your PATH statement.
  12.  
  13.         EasyEnglish DOS works with virtually any variety of DOS, including
  14. MS-DOS (version 3.0 or better), PC-DOS (version 3.0 or better), DR-DOS and
  15. others.  EasyEnglish DOS uses NO memory when it is idle and uses very little
  16. memory when it is processing a command.
  17.  
  18.         A short introduction based on this file will be displayed automatically
  19. after the EasyEnglish DOS DEMO is first installed.  All the information is also
  20. available at any time from the on-line help facility.
  21.  
  22.         Before you actually try the DEMO, you should know a few things about
  23. EasyEnglish DOS:
  24.  
  25. 1.  Although EasyEnglish DOS does not care which case (or a mixture of both)
  26.     you use in your commands, all the examples we show you are presented in
  27.     a combination of upper- and lower-case to enhance readability.
  28.  
  29. 2.  EasyEnglish DOS is able to co-exist with your current DOS because it
  30.     has been designed to IGNORE any command you type in that DOES NOT
  31.     begin with a dollar sign ($) AND a blank space.  For example:
  32.  
  33.        This is INCORRECT:   Help me copy a directory
  34.        This is CORRECT:     $ Help me copy a directory
  35.  
  36. 3.  EasyEnglish DOS also allows you to type commands directly into its
  37.     interactive Command Line Editor (or CLE for short).  To access the
  38.     CLE, simply type in a dollar sign ($) and press <ENTER>:
  39.  
  40.                             $ <ENTER>
  41.  
  42.     Now that you have the basics down, here are some sample EasyEnglish DOS
  43. commands to get you started.  Keep in mind that some of the features of
  44. EasyEnglish DOS are not available in this DEMO.  Therefore, although you
  45. can still use them, some of the commands below will not be carried out.
  46. Also, REMEMBER: if you type directly into the CLE, you DO NOT use
  47. a $ and blank space at the beginning of each command.
  48.  
  49. $ How do I move files
  50. $ Teach me how I can edit my PATH statement
  51. (examples of how to ask for help on a particular subject)
  52.  
  53. $ Search Drives D: and E: for .BAT files
  54. $ Find all *DEMO.EXE or *DEMO.BAT files on Drive C:
  55. $ Where did I put CRUCIAL.DOC
  56. $ What is on my harddisk
  57. $ List all files in H:\GIFS
  58. $ List .ZIP and .ARC files in C:\DOWNLOAD
  59. (these demonstrate only some the powerful file listing and finding
  60. features of EasyEnglish DOS.  Notice how you can use .BAT in place of *.BAT
  61. or use wildcards even at the START of file patterns)
  62.  
  63. $ Copy all .BAT files except TEST.BAT and TRY.BAT to C:\
  64. $ Copy B:\NEW\*.TXT files to C:\DOCS\*.DOC files
  65. (these will copy the files specified from the source to the target
  66. directory and even give the copies different names if you so choose)
  67.  
  68. $ Copy *.BAT files except O*.BAT from Drive C: to D:\BATS
  69. $ Copy to here all *.TXT files on Drive C:
  70. (similar to the above copy examples, but these demonstrate how 
  71. you can collect all matching files from one or several source drives 
  72. to the specified target directory, or the current directory if you use 
  73. the words like "here" or "this directory")
  74.  
  75. $ Move to this directory all *.DOC files in E:\WINWORD
  76. $ Move all *.TXT files on Drive C: and D: to E:\TEXTS
  77. (similar to the copy commands above, except these will, obviously,
  78. move the files to a new location)
  79.  
  80. $ Delete all *.OLD files on Drives C: and D:
  81. $ Erase from C:\TEXT all JUNK*.TXT files
  82. (these will erase the matching files. For added safety, you will be 
  83. prompted to OK each individual file before it is actually deleted)
  84.  
  85. $ Rename OLDNAME.DTA to NEWNAME.DTA
  86. $ I want to call all *.LST files *.TXT files
  87. (these will change the names of the matching files to the new name 
  88. specified)
  89.  
  90. $ Hide all *.BAT files in C:\
  91. $ Hide C:\CONFIG.SYS
  92. (use these commands to make the matching files hidden - they will 
  93. no longer be visible to most standard DOS commands)
  94.  
  95. $ Are there any hidden files on Drive C: or Drive D:
  96. $ Find all hidden *.BAT files in C:\
  97. (these illustrate how you can find only those matching files that 
  98. are hidden on your PC.  Keep in mind that unlike ordinary DOS, 
  99. EasyEnglish DOS will generally treat hidden files just like all 
  100. other files.  Therefore, use this feature when you want to identify 
  101. hidden files only and have the option to alter them so that they are 
  102. no longer hidden)
  103.  
  104. $ I want to view C:\AUTOEXEC.BAT
  105. $ Look at my D:\EZENGDOS\CONFIG.DTA file
  106. (these commands will allow you to look at the contents of a 
  107. standard DOS text file.  Wildcards are not allowed because you 
  108. can view only one file at a time)
  109.  
  110. $ Edit C:\CONFIG.SYS
  111. $ I want to revise D:\EZENGDOS\CONFIG.DTA
  112. (these commands will allow you to look at and modify the contents 
  113. of a standard DOS text file.  Again, wildcards are not allowed)
  114.  
  115. $ Copy this directory to D:\
  116. $ Copy my C:\LETTERS directory to Drive D:
  117. (use these commands to copy an entire directory, including any 
  118. subdirectories, to a new location on the same or even different 
  119. drive.  You don't need to first check if there is sufficient space - 
  120. that will be done automatically)
  121.  
  122. $ Move C:\OUTPUT to this directory
  123. $ Move C:\DOS here
  124. (similar to the copy command above, except that this command 
  125. will move the entire directory)
  126.  
  127. $ Delete this directory
  128. $ Delete the directory D:\JUNK
  129. (these will delete all files and directories within the specified 
  130. directory)
  131.  
  132. $ Call this directory LETTERS
  133. $ Rename C:\JUNK as REALJUNK
  134. (these demonstrate how you can easily change the name of an
  135. existing directory)
  136.  
  137. $ Where am I
  138. $ What is the name of the current directory
  139. (these types of commands can help you regain your bearings when 
  140. you don't know the drive and directory you are logged into)
  141.  
  142. $ Move me to C:\DOS
  143. $ Change to Drive A:
  144. $ Go to C:\DOS
  145. (change to another directory, even if it's on a different drive)
  146.  
  147. $ Make a new directory called D:\TEST
  148. $ Create D:\LETTERS\PERSONAL
  149. (these will create a new directory with the given name, even if 
  150. you're not on that drive.  EasyEnglish DOS will even offer to move 
  151. you to your new directory after it has been created)
  152.  
  153. $ How large is C:\OUTPUT
  154. $ How much space does C:\OUTPUT take up
  155. (these commands demonstrate how you can tell precisely how 
  156. much disk space is occupied by the contents of a particular 
  157. directory)
  158.  
  159. $ Can I fit C:\OUTPUT on Drive D: or E:
  160. $ Where can I move D:\EXCEL
  161. (use commands like these to determine if there is sufficient disk 
  162. space to move or copy a directory to another disk)
  163.  
  164. $ Show me which drive has the most space available
  165. $ Where do I have the least free space
  166. $ How much space is free on my harddisk
  167. $ Which has more unused space, Drive C: or D:
  168. (these handy functions can instantly tell you which drives are 
  169. filling up and which are not)
  170.  
  171. $ Add this directory to my PATH
  172. $ Include C:\OUTPUT in my PATH
  173. $ I want to edit my PATH
  174. (these are examples of how you can effortless revise the PATH 
  175. statement contained in your AUTOEXEC.BAT file)
  176.  
  177. $ Format the disk in Drive A: as a system disk
  178. (this command will initialize the floppy diskette in Drive A: as a
  179. high density disk.  By specifying that the diskette is to be a system 
  180. disk, you will have copied to the diskette all the system files that 
  181. are needed by your PC each time it is turned on )
  182.  
  183. $ How much free memory do I have right now
  184. $ What version of DOS am I using
  185. (these commands give you information on the setup of your PC, 
  186. just in case you need or care to know)
  187.  
  188. $ What time is it
  189. $ What date was yesterday
  190. $ What was the date last friday
  191. $ What is next monday's date
  192. (these handy functions give the time of day or the date, as 
  193. requested.  Note: you can get the date only of a particular day 
  194. within the prior or coming week)
  195.  
  196. $ I want to reboot my PC
  197. $ Restart my computer
  198. (you can use commands like these to reboot your computer instead 
  199. of pressing your PC's reset button or the <CRTL> <ALT> and <DEL>
  200. keys simultaneously)
  201.  
  202.        Don't hesitate to expand on these commands or
  203.        experiment with variations that may be more natural
  204.        to you.  EasyEnglish DOS will ask you to specifically
  205.        authorize every irreversible operation prior to
  206.        carrying out your command.  This effectively eliminates the
  207.        risk of a mistake or misunderstanding.  If EasyEnglish DOS
  208.        can't figure out what you're asking for, it will tell you
  209.        what its best guess is and offer to show you some detailed
  210.        help on that function
  211.